type github.com/golang/mock/gomock.nilMatcher

4 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L126: type nilMatcher struct{}
		matchers.go#L128: func (nilMatcher) Matches(x interface{}) bool {
		matchers.go#L143: func (nilMatcher) String() string {
		matchers.go#L303: func Nil() Matcher { return nilMatcher{} }